home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / preseed / ubuntu.seed < prev   
Encoding:
Text File  |  2009-03-16  |  555 b   |  9 lines

  1. # Install the Ubuntu desktop.
  2. tasksel    tasksel/first    multiselect ubuntu-desktop
  3. d-i    preseed/early_command    string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false ;; esac
  4. # On live DVDs, don't spend huge amounts of time removing substantial
  5. # application packages pulled in by language packs. Given that we clearly
  6. # have the space to include them on the DVD, they're useful and we might as
  7. # well keep them installed.
  8. ubiquity    ubiquity/keep-installed    string icedtea6-plugin openoffice.org
  9.